//==============================================================================
// Ares (God of War)
//==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments:
//==============================================================================
//==============================================================================
define BirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle Ares Birth SFX
      }
   }
}
//==============================================================================
define SmokeTrail
{
   set hotspot
  {
      version
      {
         Visualparticle Ares SmokeTrail SFX
      }
   }
}
//==============================================================================
define RedGlow
{
   set hotspot
  {
      version
      {
         Visualparticle Ares RedGlow SFX
      }
   }
}
//==============================================================================
define FireShield
{
   set hotspot
  {
      version
      {
         Visualparticle Ares FireShield SFX
      }
   }
}
//==============================================================================
define RedDust
{
   set hotspot
  {
      version
      {
         Visualparticle Ares Dust SFX
      }
   }
}
//==============================================================================
//==============================================================================
//VisualGranny:
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny AresV2_birthA
				Connect ATTACHPOINT BirthSFX hotspot
         }
			version
         {
			        VisualGranny AresV2_birthB
				Connect ATTACHPOINT BirthSFX hotspot
         }
			version
         {
			        VisualGranny AresV2_birthC
				Connect ATTACHPOINT BirthSFX hotspot
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny AresV2_idle
	 }
      }
   }
}
//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny AresV2_runA
				length 0.95
	 }
			version
         {
			        VisualGranny AresV2_runB
				length 0.95
         }
      }
   }
}
//==============================================================================
anim Bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			        VisualGranny AresV2_boredA
         }
			version
         {
			        VisualGranny AresV2_boredB
         }
			version
         {
			        VisualGranny AresV2_boredC
         }
			version
         {
			        VisualGranny AresV2_boredD
         }
			version
         {
			        VisualGranny AresV2_boredE
         }
			version
         {
			        VisualGranny AresV2_boredF
         }
			version
         {
			        VisualGranny AresV2_laugh
				tag SpecificSoundSet 0.01 false AresV2Laugh checkVisible
         }
			version
         {
			        VisualGranny AresV2_taunt
         }
			version
         {
			        VisualGranny AresV2_wave
         }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
		Targetlogic none/Tower/AbstractWall
		SetSelector
		{
			set hotspot
			{
				version
				{
					VisualGranny AresV2_attackA
					Connect righthand SmokeTrail hotspot
					Connect righthand RedGlow hotspot
					Connect rightforearm SmokeTrail hotspot
					Connect rightforearm RedGlow hotspot
					tag Attack 0.25 true   
               				tag SpecificSoundSet 0.10 false AresV2AttackSword checkVisible
					Length 1.0
				}
				version
				{
					VisualGranny AresV2_attackB
					Connect righthand SmokeTrail hotspot
					Connect righthand RedGlow hotspot
					Connect rightforearm SmokeTrail hotspot
					Connect rightforearm RedGlow hotspot
					tag Attack 0.32 true   
               				tag SpecificSoundSet 0.17 false AresV2AttackSword checkVisible
					Length 1.0
				}
				version
				{
					VisualGranny AresV2_attackC
					Connect lefthand SmokeTrail hotspot
					Connect lefthand RedGlow hotspot
					Connect leftforearm SmokeTrail hotspot
					Connect leftforearm RedGlow hotspot
					tag Attack 0.30 true   
               				tag SpecificSoundSet 0.15 false AresV2AttackShield checkVisible
				}
				version
				{
					VisualGranny AresV2_attackD
					Connect righthand SmokeTrail hotspot
					Connect righthand RedGlow hotspot
					Connect rightforearm SmokeTrail hotspot
					Connect rightforearm RedGlow hotspot
					tag Attack 0.45 true   
               				tag SpecificSoundSet 0.30 false AresV2AttackSword checkVisible
					Length 1.4
				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					VisualGranny AresV2ap_ShieldSmash
					Connect leftfoot SmokeTrail hotspot
					Connect leftfoot RedGlow hotspot
					Connect rightfoot SmokeTrail hotspot
					Connect rightfoot RedGlow hotspot
					tag Attack 0.15 true   
               				tag SpecificSoundSet 0.15 false TitanFoot checkVisible
					tag FootstepLeft 0.16 true
					tag FootstepRight 0.17 true
				}
			}
		}
		
   }
}
//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny AresV2chains_death
				tag SpecificSoundSet 0.35 false AresV2Death checkVisible	
				Length 5.0
         }
      }
   }
}
//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				VisualGranny AresV2_flail
	 }
      }
   }
}
//==============================================================================
anim WhirlwindAttack
{
   SetSelector None
   {
      set hotspot
      {
         version
         {
				VisualGranny AresV2_FireAttack
				Connect lefthand FireShield hotspot
				Connect ATTACHPOINT RedDust hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.80 true   
               tag SpecificSoundSet 0.01 false AresV2FireAttack checkVisible
	       tag SpecificSoundSet 0.10 false AresV2FireSFX checkVisible
//-- end auto generated section
		
         }
      }
   }
}